object ImportForm: TImportForm Left = 596 Top = 336 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Import Accounts' ClientHeight = 244 ClientWidth = 332 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate OnDestroy = FormDestroy OnKeyUp = FormKeyUp OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 182 Height = 13 Caption = 'Select the accounts you wish to import' end object ImportButton: TButton Left = 72 Top = 208 Width = 75 Height = 25 Caption = 'Import' TabOrder = 0 OnClick = ImportButtonClick end object CancelButton: TButton Left = 160 Top = 208 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' TabOrder = 1 OnClick = CancelButtonClick end object AccountGrid: TStringGrid Left = 8 Top = 24 Width = 315 Height = 161 ColCount = 2 DefaultRowHeight = 19 FixedCols = 0 RowCount = 2 GridLineWidth = 0 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goRowSelect, goThumbTracking] ScrollBars = ssVertical TabOrder = 3 ColWidths = ( 174 153) end object HelpButton: TButton Left = 248 Top = 208 Width = 75 Height = 25 Caption = 'Help' TabOrder = 2 OnClick = HelpButtonClick end end